home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / pvcoil21 / coil.pi < prev    next >
Text File  |  1993-09-13  |  286b  |  19 lines

  1. // Generic Polyray input File
  2.  
  3.  
  4. // Set up the camera
  5. viewpoint {
  6.    from <0,0,6>   
  7.    at <0,0,0>
  8.    up <0,1,0>
  9.    angle 45
  10.    aspect 1.66666
  11.    resolution 320, 200
  12.    }
  13.  
  14. light <10, 10.0, 10.0>
  15. background <0.3, 0.5, 0.345>
  16.  
  17. include "coil.inc"
  18. coil  {rotate <-45,0,0>}
  19.